home *** CD-ROM | disk | FTP | other *** search
/ CD Practico: Seleccion De Shareware / CD Practico: Seleccion de Shareware.iso / WIN / EDITORES / FRANCE~1.ZIP / CWPORTS.INF < prev    next >
Windows Setup INFormation  |  1997-04-11  |  3KB  |  134 lines

  1. ; Non-PnP Virtual COM Port INF file
  2. ; CommWave 336 PNP / CommWave HSP 336
  3. ; INF version 3.0
  4. ; Date : 11 April 1997
  5.  
  6. [version]
  7. Signature="$Windows95$"
  8. Class=Ports
  9. Provider=%Mfg%
  10.  
  11. [SourceDisksNames]
  12. 88=,,1
  13.  
  14. [SourceDisksFiles]
  15. ptserial.vxd=88
  16.  
  17. [DestinationDirs]
  18. DefaultDestDir = 11         ;LDID_SYS
  19.  
  20.  
  21. ; Install class "Ports"
  22. ;----------------------------------------------------------
  23. [ClassInstall]
  24. AddReg=PortsClass.AddReg
  25.  
  26. [PortsClass.AddReg]
  27. HKR,,,,%PortsClassName%
  28.  
  29. ; Drivers
  30. ;----------------------------------------------------------
  31. [Manufacturer]
  32. %Mfg%=Model
  33.  
  34. [Model]
  35. %HWPDEAD.DeviceDesc% = ComPort, HWPDEAD
  36.  
  37. [Ports.AddReg]
  38. HKR,,NoSetupUI,,1
  39.  
  40. ; COM sections
  41. ;----------------------------------------------------------
  42. [ComPort]
  43. CopyFiles=ComPort.Copy
  44. AddReg=ComPort.AddReg
  45. LogConfig=c3a,c4a,c2a,c1a,c34,c43,c23,c14
  46. ;;LogConfig=c14,c1a,c23,c2a,c34,c3a,c43,c4a
  47. ;;LogConfig=c14,c23,c34,c43
  48.  
  49.  
  50. [ComPort.Copy]
  51. ptvcd.vxd
  52.  
  53. [ComPort.AddReg]
  54. HKR,,DevLoader,,*vcomm
  55. HKR,,Enumerator,,serenum.vxd
  56. HKR,,PortDriver,,ptserial.vxd
  57. HKR,,Contention,,*ptvcd
  58. HKR,,ConfigDialog,,serialui.dll
  59. HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 11,33,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  60. HKR,,PortSubClass,1,01
  61. HKR,,EnumPropPages,,"serialui.dll,EnumPropPages"
  62.  
  63. ; The following sections are COM port resource configs.
  64. ; Section name format means:
  65. ; Char 1 = c (COM port)
  66. ; Char 2 = I/O config: 1 (3f8), 2 (2f8), 3 (3e8), 4 (2e8), a (any)
  67. ; Char 3 = IRQ config: #, a (any)
  68.  
  69. [c14]            ; COM1,IRQ4
  70. ConfigPriority=HARDRECONFIG
  71. IOConfig=3f8-3ff(3ff::)
  72. IRQConfig=S:4
  73.  
  74.  
  75.  
  76. [c1a]            ; COM1, any IRQ
  77. ConfigPriority=HARDRECONFIG
  78. IOConfig=3f8-3ff(3ff::)
  79. IRQConfig=2,3,4,5         ;For Half Card
  80. ;IRQConfig=2,3,4,5,10,11,12,15 ;for Full card
  81.  
  82.  
  83. [c23]            ; COM2, IRQ3
  84. ConfigPriority=HARDRECONFIG
  85. IOConfig=2f8-2ff(3ff::)
  86. IRQConfig=S:3
  87.  
  88.  
  89.  
  90. [c2a]            ; COM2, any IRQ
  91. ConfigPriority=HARDRECONFIG
  92. IOConfig=2f8-2ff(3ff::)
  93. IRQConfig=2,3,4,5         ;For Half Card
  94. ;IRQConfig=2,3,4,5,10,11,12,15 ;for Full card
  95.  
  96.  
  97. [c34]            ; COM3, IRQ4
  98. ConfigPriority=HARDRECONFIG
  99. IOConfig=3e8-3ef(3ff::)
  100. IRQConfig=S:4
  101.  
  102.  
  103. [c3a]            ; COM3, any IRQ
  104. ConfigPriority=HARDRECONFIG
  105. IOConfig=3e8-3ef(3ff::)
  106. IRQConfig=2,3,4,5         ;For Half Card
  107. ;IRQConfig=2,3,4,5,10,11,12,15 ;for Full card
  108.  
  109.  
  110. [c43]            ; COM4, IRQ3
  111. ConfigPriority=DESIRED
  112. IOConfig=2e8-2ef(3ff::)
  113. IRQConfig=S:3
  114.  
  115.  
  116. [c4a]            ; COM4, any IRQ
  117. ConfigPriority=HARDRECONFIG
  118. IOConfig=2e8-2ef(3ff::)
  119. IRQConfig=2,3,4,5         ;For Half Card
  120. ;IRQConfig=2,3,4,5,10,11,12,15 ;for Full card
  121.  
  122.  
  123.  
  124. ; End COM port LogConfig sections
  125.  
  126.  
  127. ; User readable strings
  128. ;----------------------------------------------------------
  129. [Strings]
  130. PortsClassName = "Ports (COM & LPT)"
  131. Mfg = "Multiwave Innovation"
  132. HWPDEAD.DeviceDesc="CommWave Virtual Communication Port"
  133.  
  134.